Previous Book Contents Book Index Next

Inside Macintosh: AppleScript Language Guide / Part 2 - AppleScript Language Reference
Chapter 4 - Commands / Command Definitions


Move application command

A Move command is a request to move an object or objects.

SYNTAX
move referenceToObject to referenceToLocation
PARAMETERS
referenceToObject
A reference to the object or objects to move.
Class: Reference
referenceToLocation
A reference to the location to which to move the object or objects.
Class: Reference
RESULT
A reference to the object that was moved.

Class: Reference

EXAMPLE
tell front document of app "Scriptable Text Editor"   move word 10 to before paragraph 11
end tell 

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996